diff options
Diffstat (limited to 'src/pages/[locale]/furthsettins/scotsoun/index.astro')
| -rw-r--r-- | src/pages/[locale]/furthsettins/scotsoun/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/[locale]/furthsettins/scotsoun/index.astro b/src/pages/[locale]/furthsettins/scotsoun/index.astro index ed9490c..bace876 100644 --- a/src/pages/[locale]/furthsettins/scotsoun/index.astro +++ b/src/pages/[locale]/furthsettins/scotsoun/index.astro @@ -15,7 +15,7 @@ const t = translate(locale); --- <Page title={t(tPage, { key: 'title' })}> - <section class="section--full-width"> + <section> <h1>Scotsoun</h1> <ScotsounCdGallery /> </section> |
